home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 65.zip / BS1 part 65 / MWB DocDisk 27.adf / 03 < prev    next >
Text File  |  1992-02-28  |  5KB  |  106 lines

  1.  
  2. COMPressor V1.0 (C) 1991,1992
  3.  
  4. Written in C 
  5.  
  6. All inquires, bug reports, or questions to:
  7.  
  8.      GEnie E-Mail Address : S.Durgin
  9.  
  10.      or by US-Snail:
  11.  
  12.      Steve Durgin
  13.      121 Lake St.
  14.      Uhrichsville, OH 44683
  15.  
  16.      Cause
  17.      ~~~~~
  18.      This program was written due to the lack of a good sound file
  19.      compressor/decompressor for the Amiga.  It was written using Lattice
  20.      C V5.01.  This program is Shareware so that everyone can benefit from
  21.      it.  All code and documentation remains under copyright by Steve Durgin.  
  22.  
  23.      Distribution
  24.      ~~~~~~~~~~~~
  25.      This version of COMP is freely distributable for non-commercial use as
  26.      long as all files in the archive remain intact.
  27.  
  28. -----If you use this program and like it, any small contribution would be
  29.      appreciated (Send to above address).  Currently I am enrolled in college
  30.      and money is a little tight.  It took me quite a while to write this
  31.      and with every contribution, new features can be added.  Thank you.
  32.  
  33.      Enquiries for commercial use should also be sent to the same address.
  34.  
  35.      Disclaimer
  36.      ~~~~~~~~~~
  37.      I am in no way responsible for anything this program does or doesn't
  38.      do.  You are using it entirely at your own risk (Although the program
  39.      has been tested out thoroughly).
  40.  
  41.      What is COMP?
  42.      ~~~~~~~~~~~~~
  43.      COMP is the only freely distributable compression/decompression program
  44.      available that crunches IFF sound files down to half the size with
  45.      little or no static .  The program works with all uncompressed IFF
  46.      sound samples including sequences and stereo.  The program does not
  47.      currently check to see if the file has been compressed already or not.
  48.      Be careful because a sound cannot be compressed twice.  If you try to
  49.      decompress that file that you compressed twice, all it will contain is
  50.      garbage.
  51.  
  52.      Do not confuse this program with the other form of sound compression
  53.      currently available.  This program does a much better job than the
  54.      Fibonacci Delta Compression mainly because it improves on the Fibonacci
  55.      method.  The way it is accomplished will not be discussed here.
  56.      
  57.      This package includes the command line version of COMP along with a 
  58.      modified version of 'SOUND' originally by Richard Lee Stockton.  COMP 
  59.      will both compress and decompress the IFF files and Sound will load the
  60.      sound file from disk to memory and decompress it in RAM and play it for
  61.      you.  As of this version, Sound WILL play COMPressed files directly from
  62.      disk.  It WILL NOT, however, play COMPressed stereo samples or sequences
  63.      as of this version.  The only way to hear a COMPressed stereo sample or
  64.      sequence is to decompress it with COMP and then play it with PlaySound
  65.      or whatever you like.
  66.  
  67.      SOUND4.LZH has been included in this archive since it includes the
  68.      documentation and source code for the original SOUND program.  
  69.     
  70.      SOUND can play IFF files directly from disk (even compressed!).  The
  71.      maximum speed it can play compressed files depends on the speed of your
  72.      computer.  I have an A3000 and can play compressed files up to
  73.      around 30 khz.  I am not sure what the limit is on the unaccelerated
  74.      500's and 2000's.  You will have to experiment.
  75.  
  76.      Also, when playing samples directly from disk, SOUND may use quite a bit
  77.      of your CHIP memory.  Just a forewarning.
  78.  
  79.      To get a summary of COMP's commands just type 'COMP' alone on the
  80.      command line to get a list of commands.
  81.  
  82. Warning:  Do not compress an IFF file from a disk drive to the same 
  83.           disk drive.  This is my first C program and right now I am only
  84.           using 512 byte buffers, so only the disk drive will do ALOT of
  85.           work to write out the file.  It is alright to compress from one
  86.           disk drive to another disk drive or from any device to RAM.  You
  87.           might also cause unnecessary wear and tear on your hard drive
  88.           if you compress from hard drive to the same hard drive.  The best
  89.           way to do it is from hard drive to RAM (for limited RAM users) or
  90.           from RAM to hard drive(for the least amount of drive access).
  91.  
  92.      If you encounter any major problems with the program, I would appreciate
  93.      it if you could leave me mail on GEnie to tell me what is going wrong.
  94.      Just remember that there are some limitations in this version and they
  95.      should be corrected by the time of the next release.
  96.  
  97.      Also included in this archive is "Onlyamiga.comp" which is a sample
  98.      COMPressed file.  To play it, simply type "sound Onlyamiga.comp"
  99.      I would have included the original to show that there is no difference,
  100.      but the archive would be too big.  In the future, COMP will even tell
  101.      you how!)!gm qrgkcdia t{roq*ed"a`aria~ers kf(|jgap(adviltaeoq
  102. Dwarved
  103. dae`tgz"8*
  104.  
  105.  
  106.